a,

.action-btn:hover,
.contact p a:hover {
	color: #90D5AC;
}
.welcome h2 strong {
	background: rgba(107,196,232,1);
	background: -moz-linear-gradient(45deg, rgba(107,196,232,1) 0%, rgba(144,213,170,1) 33%, rgba(245,218,63,1) 66%, rgba(255,166,0,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(107,196,232,1)), color-stop(33%, rgba(144,213,170,1)), color-stop(66%, rgba(245,218,63,1)), color-stop(100%, rgba(255,166,0,1)));
	background: -webkit-linear-gradient(45deg, rgba(107,196,232,1) 0%, rgba(144,213,170,1) 33%, rgba(245,218,63,1) 66%, rgba(255,166,0,1) 100%);
	background: -o-linear-gradient(45deg, rgba(107,196,232,1) 0%, rgba(144,213,170,1) 33%, rgba(245,218,63,1) 66%, rgba(255,166,0,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(107,196,232,1) 0%, rgba(144,213,170,1) 33%, rgba(245,218,63,1) 66%, rgba(255,166,0,1) 100%);
	-webkit-background-clip: text;
	color: transparent;
}
.contact h5 i {
	color: #90D5AC;
}
a.mail {
	color: #FFA400;
}
a.mail:hover {
	color:#172542;
}
.action-btn {
	background: #6BC4E8;
}
.action-btn:hover {
background: #172542;
color: white;
}
.social-media ul li i:hover,
#zoom-in:hover, #zoom-out:hover,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color:#0fe0ba;
}

#zoom-in, #zoom-out {
  	background-color:rgba(15, 224, 186, 0.8);
}

.dialog__content:before {
	border-color:#90D5AC;
}

.page-loader .progress {
	border-left-color:#0fe0ba;
}
span.blc {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6bc4e8+0,90d5ac+33,f5d93f+66,ffa400+100 */

}

#subscribe #notifyMe ::-webkit-textarea-placeholder {
 	color:#747c83 !important;
}

#subscribe #notifyMe :-ms-textarea-placeholder {
 	color:#747c83 !important;
}

#subscribe #notifyMe ::-ms-textarea-placeholder {
 	color:#747c83 !important;
}
#subscribe textarea {
	width:100%;
	color:#444;
	background:#fafafa;
	border:1px solid #ddd;
	padding:14px 18px;
	margin-bottom:30px !important;
	font-size:14px;
	line-height:1;
	outline:none;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
    -webkit-transition:all 0.3s;
       -moz-transition:all 0.3s;
    		transition:all 0.3s;
}

#subscribe textarea:focus {
	background:#fff;
}

#subscribe #notifyMe .form-group button.submit {
	background: #172542;
}
#subscribe #notifyMe .form-group button.submit:hover {
	background: #6BC4E8;
	color: white;
}

.social ul li i {
	display: inline-block;
	overflow: initial;
}
.social ul li a:hover {
	color: #F5D93F;
}

.social ul li a > span {
	margin-left: 1rem;
	margin-top: -5px;
}
